var testing.cpuProfile
5 uses
testing (current package)
testing.go#L392: cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to `file`")
testing.go#L421: cpuProfile *string
testing.go#L1859: if *cpuProfile != "" {
testing.go#L1860: f, err := os.Create(toOutputDir(*cpuProfile))
testing.go#L1945: if *cpuProfile != "" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)